From 415630a22d0fb2121887473f440db95b34b6a26e Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Fri, 5 Jan 2007 15:57:23 +0000 Subject: [PATCH] [XEN] Remove an out-of-date comment. Signed-off-by: Keir Fraser --- xen/arch/x86/x86_emulate.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/xen/arch/x86/x86_emulate.c b/xen/arch/x86/x86_emulate.c index c9de3a577f..0df20bd961 100644 --- a/xen/arch/x86/x86_emulate.c +++ b/xen/arch/x86/x86_emulate.c @@ -19,15 +19,6 @@ #endif #include -/* - * Opcode effective-address decode tables. - * Note that we only emulate instructions that have at least one memory - * operand (excluding implicit stack references). We assume that stack - * references and instruction fetches will never occur in special memory - * areas that require emulation. So, for example, 'mov ,' need - * not be handled. - */ - /* Operand sizes: 8-bit operands or specified/overridden size. */ #define ByteOp (1<<0) /* 8-bit operands. */ /* Destination operand type. */ -- 2.30.2